home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2000 November / Maximum CD 2000 Nov.iso / PowerWare / Automate Pro / automate.exe / %MAINDIR% / automate.otd < prev    next >
Encoding:
Text File  |  2000-05-10  |  7.4 KB  |  225 lines

  1. AutoMate 4 Objects
  2.     CurrentTask2
  3.         Properties
  4.             Active
  5.             Details
  6.             Events
  7.             Frequency
  8.             FrequencyString
  9.             Hotkey
  10.             Interval
  11.             IntervalType
  12.             LaunchDate
  13.             LaunchTime
  14.             RunLate
  15.             ScheduleLate
  16.             StepCount
  17.             TaskTriggers
  18.             TaskName
  19.             WindowName
  20.         Methods
  21.             AppendTaskStep(varNewStep)
  22.             ClearSteps
  23.             DeleteTaskStep(intStepNo)
  24.             GetStepCommand(intStepNo)
  25.             GetStepParameter(intStepNo, intParamNo)
  26.             GetStepParamCount(intStepNo)
  27.             GetStepStatus(intStepNo)
  28.             GetTaskStep(intStepNo)
  29.             InsertTaskStep(intBefore, varNewStep)
  30.             LoadFromFileEx(varFileName, intExtractDeployables)
  31.             SaveToFileEx(varFileName, intIgnoreMissingDeployables)
  32.             SetStepStatus(intStepNo, intActive)
  33.             SetTaskStep(intStepNo, varNewStep)
  34.     AutoMate2
  35.         Properties
  36.             SystemDir
  37.             TaskCount
  38.             TaskList
  39.             WindowsDir
  40.         Methods
  41.             FindWindowByTitle(varTitle)
  42.             FindWindowByClass(varClassName)
  43.             FindWindowContaining(varTitle, varClassName)
  44.     Action2
  45.         Properties
  46.             GetLastError
  47.         General Methods
  48.             StartApplication (varCommandLine, varParameters, varDefaultDir, intWindowState, intWaitUntilReady, intWaitUntilDone)
  49.             OpenDocument (varDocument)
  50.             SendKeystrokes (varKeystrokes, intPauseFirst, intPauseLength)
  51.             PasteKeys (varKeysToPaste)
  52.             PrintDocument (varDocument)
  53.             Message(varMessageText, intModal)
  54.             Reminder (varReminderText, intReschedule)
  55.             PlaySound (varSoundToPlay, intWaitUntilFinished)
  56.             StopSound
  57.             DDECommand (varText, varTopic, varItem)
  58.         Window Methods
  59.             WindowFocus(varWindowTitle, intExactMatch)
  60.             WindowMaximize(varWindowTitle, intExactMatch)
  61.             WindowMinimize(varWindowTitle, intExactMatch)
  62.             WindowRestore(varWindowTitle, intExactMatch)
  63.             FocusWindowContaining(varWindowTitle, intExactTitleMatch, varTextToFind, intExactTextMatch)
  64.             WindowClose(varWindowTitle, intExactMatch)
  65.             WindowHide(varWindowTitle, intExactMatch)
  66.             WindowUnhide(varWindowTitle, intExactMatch)
  67.         Internet Methods
  68.             DialUp(varConnectionName, intAction) 
  69.             OpenWebpage (varWebpageAddress)
  70.             PingMachine (varMachineAddress, intPingTimeout, varVarToSet, intPingAction, varPingTaskToStart, intNoPingAction, varNoPingTaskToStart)
  71.             FTPQuickSend (varHost, varUsername, varPassword, intPort, varLocalFile, varRemoteFile, varFTPLogFile, intOverwriteLog)
  72.             FTPQuickRetrieve (varHost, varUsername, varPassword, intPort, varLocalFile, varRemoteFile, varFTPLogFile, intOverwriteLog)
  73.             FTPLogin (varHost, varUsername, varPassword, intPort, varFTPLogFile, intOverwriteLog, intPassiveMode)
  74.             FTPRename (varFTPOldName, varFTPNewName)
  75.             FTPUpload (varLocalFile, varRemoteFile, intTransType)
  76.             FTPDownload (varRemoteFile, varLocalFile, intTransType)
  77.             FTPDelete (varFTPFilename)
  78.             FTPMakeDirectory (varDirectory)
  79.             FTPRemoveDirectory (varDirectory)
  80.             FTPChangeDirectory (varNewDirectory)
  81.             FTPLogout
  82.             CheckForMail (varServer, varUsername, varPassword, intWaitingMailAction, intNoWaitingMailAction)
  83.             SendEmail (varServer, varUsername, varTo, varCC, varSubject, varBodyFilename, varAttachmentFilename)
  84.         Mouse Methods
  85.             MoveMouse (intXPos, intYPos)
  86.             LeftClick
  87.             LeftDblClick
  88.             LeftMouseDown
  89.             LeftMouseUp
  90.             RightClick
  91.             RightDblClick
  92.             RightMouseDown
  93.             RightMouseUp
  94.             MiddleClick
  95.             MiddleDblClick
  96.             MiddleMouseDown
  97.             MiddleMouseUp
  98.         File System Methods
  99.             AMCopyFile (varSourceFile, varDestFile)
  100.             AMMoveFile (varSourceFile, varDestFile)
  101.             AMRenameFile (varOldName, varNewName)
  102.             AMDeleteFile (varFilename)
  103.             AMMakeDir (varDirectory)
  104.             AMRemoveDir (varDirectory)
  105.             AMChangeDir (varDirectory)
  106.         Zip Methods
  107.             Zip (varFilesToZip, varFilesToExclude, varZipFilename, intIncludeSubDirs, intPreservePaths)
  108.             Unzip (varFileToUnzip, varUnzipPath, intOverwriteExisting, intPreservePaths)
  109.         Clipboard Methods
  110.             ClipboardCut
  111.             ClipboardCopy
  112.             ClipboardPaste
  113.             ClipboardClear
  114.         System Methods
  115.             RebootMachine
  116.             ShutdownMachine
  117.             QuitAutoMate
  118.             LogoffMachine
  119.             UpdateAutoMate (intUpdateLocation, varFTPServer, varNetworkPath, intShowProgress, intForceReboot)
  120.             Login (varUsername, varPassword, varDomainName, intNewDesktop, intInteractive, intLaunchExplorer, intLockMouse, intLockKeyboard)
  121.         Services Methods
  122.             StartService (varServiceName)
  123.             StopService (varServiceName)
  124.             PauseService (varServiceName)
  125.             ContService (varServiceName)
  126.             InstallService (varExecutable, varDisplayName, varUsername, varPassword, intErrorType, intServiceType, intRunType, intInteractive)
  127.             RemoveService (varServiceName, intStopFirst)
  128.         Flow Control Methods
  129.             Wait (intTimeToWait)
  130.             PromptUser (varText, intType, intActionOnOK, intFailOnCancel, intFailOnNo, varTaskToStart)
  131.             WaitForWindow (varWindowText, intExactMatch, intIncludeChildren, intWaitTime, intCheckInterval, intNoWindowAction, varTaskToStart)
  132.             WaitForWindowToDisappear (varWindowTitle, intExactMatch, intIncludeChildren, intWaitInfinite, intInterval, intWaitTime, intStillPresentAction,  varTaskToStart)
  133.             StartTask (varTaskName, intWaitUntilDone, intFailThis)
  134.             DisableThisTask
  135.         Security Methods
  136.             LockMouse
  137.             LockKeyboard
  138.             UnlockMouse
  139.             UnlockKeyboard
  140.             Password (varMessageText, varPassword, intMaxRetries)
  141.         Recording Methods
  142.             PlayMouse (varFilename)
  143.         BASIC Scripting Methods
  144.             RunScript (varFilename)
  145.         Support Methods
  146.             SendRawStep(varStep)
  147.             GetFocusedWindowName
  148.     Legacy Commands
  149.         CurrentTask
  150.             Properties
  151.                 TaskName
  152.                 LaunchDate
  153.                 LaunchTime
  154.                 Frequency
  155.                 IntervalType
  156.                 Interval
  157.                 RunLate
  158.                 ScheduleLate
  159.                 Active
  160.                 TaskTriggers
  161.                 Hotkey
  162.                 WindowName
  163.                 StepCount
  164.                 TaskData
  165.                 Details
  166.                 FrequencyString
  167.                 Events
  168.             Methods
  169.                 GetTaskStep(StepNo)
  170.                 GetStepCommand(StepNo)
  171.                 GetStepParamCount(StepNo)
  172.                 SetTaskStep(StepNo, NewAction)
  173.                 GetStepParameter(StepNo, Parameter)
  174.                 AppendTaskStep(Action)
  175.                 InsertTaskStep(Before, Action)
  176.                 DeleteTaskStep(StepNo)
  177.                 GetStepStatus(StepNo)
  178.                 SetStepStatus(StepNo, Status)
  179.                 ClearSteps
  180.                 SaveToFile(FileName)
  181.                 LoadFromFile(FileName)
  182.         AutoMate
  183.             Properties
  184.                 Taskcount
  185.                 TaskList
  186.                 LastRASErrorCode
  187.                 LastRASErrorText
  188.                 WindowsDir
  189.                 SystemDir
  190.             Methods
  191.                 FindWindowByTitle(Title)
  192.                 FindWindowByClass(ClassName)
  193.                 FindWindowContaining(Title, ClassName)
  194.                 RASConnect(ConnectTo)
  195.                 RASDisconnectEx(DunName)
  196.                 RunTask(Taskname)
  197.         Action
  198.             Methods
  199.                 Start(FileName, Parameters, ShowFlag, DefaultDir)
  200.                 OpenFile(FileName)
  201.                 SendKeys(PauseEnabled, PauseTime, Keystrokes)
  202.                 PrintFile(FileName)
  203.                 PlaySound(FileName, Wait)
  204.                 DDE(Service, Topic, Item)
  205.                 Focus(WindowTitle)
  206.                 FocusEx(Window, ExactMatch, HandlePassed)
  207.                 Maximize(Window, ExactMatch, HandlePassed)
  208.                 Minimize(Window, ExactMatch, HandlePassed)
  209.                 Restore(Window, ExactMatch, HandlePassed)
  210.                 FindText(Window, ExactMatch, HandlePassed, SearchText, SearchExact)
  211.                 CloseWind(Window, ExactMatch, HandlePassed)
  212.                 Hide(Window, ExactMatch, HandlePassed)
  213.                 UnHide(Window, ExactMatch, HandlePassed)
  214.                 FTPUpload(Server, Username, Password, Port, SourceFile, DestinationFile, Logfile, AppendLog)
  215.                 FTPDownload(Server, Username, Password, Port, SourceFile, DestinationFile, Logfile, AppendLog)
  216.                 SendMail(Server, Sender, Recipient, CCRecipient, Subject, Filename)
  217.                 OSCommand(Command)
  218.                 CopyFile(Source, Destination)
  219.                 MoveFile(Source, Destination)
  220.                 DeleteFile(Filename)
  221.                 MakeDir(Directory)
  222.                 RemDir(Directory)
  223.                 ChDir(Directory)
  224.                 RunScript(FileName)
  225.                 PlayRecording(FileName)